Search
Calendar.collapseResourceRow Method (Resource[])
See Also
 






Collapses the row associated with the specified resources. If there is no such row or the current view is not CalendarView.ResourceView, nothing happens.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void collapseResourceRow (
    Resource[] resources
)

 Parameters

resources

A list with Resource objects defining the row to collapse.

 See Also